home *** CD-ROM | disk | FTP | other *** search
/ Chip 1997 March / CHIP Mart 1997.iso / SurfCam / SURFCAM.Z / DYN20E.M3 < prev    next >
Encoding:
Text File  |  1996-04-01  |  3.6 KB  |  129 lines

  1. name Dynapath Delta 20 EIA
  2.  
  3. N >4
  4. G >2
  5. X ->3.>4
  6. Y ->3.>4
  7. Z ->3.>4
  8. I ->3.>4
  9. J ->3.>4
  10. K ->3.>4
  11. Q ->3.>4
  12. R ->3.>4
  13. W ->3.>4
  14. P ->3.>4
  15. F >4.3
  16. T >2
  17. M >2
  18. S >4
  19. E >2
  20. C 00
  21. ( >6
  22. ) 00
  23. % 00
  24.  
  25. ModalLetters X Y Z F R Q              # List of letters that are modal    
  26.  
  27. ModalGs 1 2 3 40 41 42 80 81 82 83 84 85  # List of g codes that are modal    
  28.  
  29. Sequence#s N 1 2 2                    # Char, freq, incr & start          
  30. First#? N                             # Y or N  'Output 1st sequence no.  
  31. Last#? N                              # Y or N  'Output last sequence no. 
  32.  
  33. HCode X                               # X or X U  'Horizontal char.       
  34. VCode Y                               # Y or Y V  'Vertical char.         
  35. Dcode Z                               # Depth char.                       
  36. FeedCode F                            # Feed rate char.                   
  37.  
  38. Comment ( )                           # Begin End comment char.           
  39.  
  40. Spindle 3 4 5                         # Cw, ccw & stop m codes            
  41. Coolant 8 9 7                         # On, Off & Mist m codes            
  42. DComp 41 42 40                        # Left, Right & Cancel m codes      
  43.  
  44. Feed G1                             # Linear move                       
  45. Rapid G0                            # Rapid positioning word            
  46.  
  47. Inc/Abs G 91 90                       # Inc & Abs char. & values          
  48.  
  49. Work G                                # Work offset register              
  50.  
  51. CtrCode I J Q                         # I J or R or I J K L               
  52. Helical? N
  53.  
  54. Spaces? N                             # Y or N  'Spaces between words     
  55.  
  56. Incremental? N                        # Y or N  'Inc or abs output        
  57. CtrIncremental? N                     # Y or N  'Inc or abs I & J         
  58. ByQuadrants? N                        # Y or N  'Break arcs at quadrants  
  59. Cw G2                               # Circular move clockwise           
  60. Ccw G3                              # Circular move counter clockwise   
  61.  
  62. UppercaseComments? Y                  # Y or N 'Require uppercase comments
  63.  
  64. WorkDefault 1                         # Work offset register default      
  65.  
  66. Drill 1                               # Drilling canned/manual cycle      
  67. G81 X[H] Y[V] Z[D] R[Vclear] F[FRate]
  68. end cancel
  69.  
  70. Peck 1                                # Pecking canned/manual cycle       
  71. G83 X[H] Y[V] Z[D] R[Vclear] K[VBite] F[FRate]
  72. end cancel
  73.  
  74. Tap 1                                 # Tapping canned/manual cycle       
  75. G84 X[H] Y[V] Z[D] R[Vclear] F[Frate]
  76. end cancel
  77.  
  78. Ream 1                                # Reaming canned/manual cycle       
  79. G85 X[H] Y[V] Z[D] R[Vclear] F[FRate]
  80. end cancel
  81.  
  82. Bore 1                                # Boring canned/manual cycle        
  83. G85 X[H] Y[V] Z[D] R[Vclear] F[FRate]
  84. end cancel
  85.  
  86. Cancel                                # Cancel a canned/manual cycle      
  87. G80
  88. end
  89.  
  90. StartCode                             # Start of the program              
  91. ([Program#] )0
  92. End
  93.  
  94. 1stToolChange                         # First tool change                 
  95. G99
  96. T[Tool] M6 E[Work]
  97. M[Direct] S[Speed]
  98. G0 X[H] Y[V]
  99. M[Cool]
  100. G0 Z[D]
  101. End
  102.  
  103. Infeed                                # Enable cutter comp                
  104. G[Side]
  105. G1 X[H] Y[V] F[Frate]
  106. end
  107.  
  108. Outfeed                               # Disable cutter comp               
  109. G40
  110. G1 X[H] Y[V]
  111. end
  112.  
  113. ToolChange                            # Secondary tool changes            
  114. G99
  115. M6 T[Tool] E[Work]
  116. M[Direct] S[Speed]
  117. G0 X[H] Y[V]
  118. M[Cool]
  119. G0 Z[D]
  120. End
  121.  
  122. EndCode                               # End of the program                
  123. M30
  124. C0
  125. End
  126.  
  127. Replace "Q" with "R"
  128. Replace "C" with "End"
  129.